Micron Document
baubs git

Node / mirrors / respira / files / index.html

Displaying Raw • Download

index.html copilot/create-shared-infocard-component (7c3f79ae) Text, 896 B

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Content Security Policy - Strict local-only configuration -->
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' app:;
script-src 'self' app: 'wasm-unsafe-eval';
style-src 'self' app: 'unsafe-inline';
img-src 'self' app: data: blob:;
font-src 'self' app: data:;
connect-src 'self' app:;
worker-src 'self' app: blob:;
child-src 'none';
object-src 'none';
base-uri 'self';
form-action 'none';
"
/>
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Respira</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

Served by rngit 1.3.3 - Generated in 0.03s